File: n_ir.sru
Size: 327
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension InternetResult class
forward
global type n_ir from pfc_n_ir
end type
end forward

global type n_ir from pfc_n_ir
end type
global n_ir n_ir

on n_ir.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_ir.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on